home *** CD-ROM | disk | FTP | other *** search
/ Draw 3 / Draw 3.iso / AOL90 / COMP02.000 / %MAINDIR% / CalendarResource.dll / HTML / IDS_ACDIALOGS < prev   
Encoding:
Text File  |  2004-11-29  |  7.2 KB  |  494 lines

  1. BODY
  2. {
  3.     font-size:        12px;
  4.     font-weight:    normal;
  5.     font-family:    "Tahoma", "Arial";
  6.     color:             #000000;
  7.     background-color: #FFFFFF;
  8. }
  9.  
  10. .ctaBODY
  11. {
  12.     font-size:        12px;
  13.     font-weight:    normal;
  14.     font-family:    "Tahoma", "Arial";
  15.     color:             #000000;
  16.     background-color: #FFFFFF;
  17. }
  18.  
  19. #MiniDayView
  20. {
  21.     position:        absolute;
  22.     left:            332px;
  23.     top:            0px;
  24.     height:            272px;
  25.     width:            120px;
  26.  
  27.     font-family:    Tahoma, Arial;
  28.     font-size:        12px;
  29.     color:            black;
  30.  
  31.     background-color:    #EFEFEF;
  32.     border-left:        1px solid black;
  33. }
  34.  
  35. #MDVTitleDiv
  36. {
  37.     position:        relative;
  38.     top:            0px;
  39.     left:            0px;
  40.     height:            22px;
  41.     width:            100%;
  42.     
  43.     padding-left:    7px;
  44.     padding-top:    5px;
  45.  
  46.     text-align:        left;
  47.     font-size:        12px;
  48.  
  49.     background-color:        #DEDEDE;
  50. }
  51.  
  52. #MDVBodyDiv
  53. {
  54.     position:        relative;
  55.     top:            0px;
  56.     left:            0px;
  57.     width:            100%;
  58.     height:            expression(272 - MDVBodyDiv.offsetTop);
  59.  
  60.     overflow:        auto;
  61. }
  62.  
  63. #MDVNoEventsDiv
  64. {
  65.     position:        absolute;
  66.     left:            0px;
  67.     top:            10px;
  68.     height:            14px;
  69.     width:            100%;
  70.  
  71.     color:            #8C8C8C;
  72.     font-size:        10px;
  73.     text-align:        center;
  74. }
  75.  
  76. #MDVEventsTable
  77. {
  78.     left:            0px;
  79.     width:            100%;
  80.  
  81.     color:            black;
  82.     font-size:        12px;
  83. }
  84.  
  85. #MDVWeatherDIV
  86. {
  87.     position: relative;
  88.  
  89.     left:    0px;
  90.     top:    0px;
  91.     width:    100%;
  92.     height:    22px;
  93. }
  94.  
  95. #MDVWeatherImg
  96. {
  97.     position: relative;
  98.  
  99.     left: 2px;
  100.     top:  4px;
  101. }
  102.  
  103. #MDVWeatherText
  104. {
  105.     font-size:        9px;
  106.     font-weight:    normal;
  107.  
  108.     position:    relative;
  109.     top:        -2px;
  110.     left:        0px;
  111. }
  112.  
  113. .MDVEventImageCell
  114. {
  115.     width:                12px;
  116.     vertical-align:        top;
  117.     padding-top:        1px;
  118. }
  119.  
  120. .DialogInput
  121. {
  122.     font-size:        12px;
  123.     font-weight:    normal;
  124.     font-family:    "Tahoma", "Arial";
  125.     color:            #000000;
  126. }
  127.  
  128. #TitleFieldLabel
  129. {
  130.     position:    absolute;
  131.     top:            23px;
  132.     left:            11px;
  133.     width:        36px;
  134. }
  135.  
  136. #kTitle
  137. {
  138.     position:    absolute;
  139.     top:            21px;
  140.     left:            47px;
  141.     width:        268px;
  142. }
  143. #DetailBlock
  144. {
  145.     position:    absolute;
  146.     top:            0px;
  147.     left:            0px;
  148.     width:        36px;
  149. }
  150. #ButtonBlock
  151. {
  152.     position:    absolute;
  153.     top:            0px;
  154.     left:            0px;
  155.     width:        324px;
  156. }
  157. #clickToAddLabel
  158. {
  159.     position:    absolute;
  160.     top:            55px;
  161.     left:            11px;
  162.     width:        36px;
  163.     visibility:hidden;
  164. }
  165. #clickToAdd
  166. {
  167.     background-color:#FFFFF7;
  168.     overflow-y:    auto;    
  169. }
  170. #DateFieldLabel
  171. {
  172.     position:    absolute;
  173.     top:            55px;
  174.     left:            11px;
  175.     width:        36px;
  176. }
  177.  
  178. #Date
  179. {
  180.     position:            absolute; 
  181.     left:                    47px; 
  182.     top:                    53px; 
  183.     height:                19px;
  184.     width:                76px;
  185.  
  186.     font-size:            12px;
  187.     font-family:        Tahoma, Arial;
  188.     color:                black;
  189.  
  190.     text-align:            center;
  191.     border-left:        2px solid #505050;
  192.     border-top:            2px solid #505050;
  193.     border-bottom:        1px solid #C6C6C6;
  194. }
  195.  
  196. .DateFieldDoM
  197. {
  198.     text-align:            center;
  199.     position:            absolute;
  200.     top:                    0px;
  201.     height:                16px;
  202. }
  203.  
  204. .DateFieldMonth
  205. {
  206.     text-align:            center;
  207.     position:            absolute;
  208.     top:                    0px;
  209.     height:                16px;
  210. }
  211.  
  212. .DateFieldYear
  213. {
  214.     text-align:            center;
  215.     border:                0px;
  216.     position:            absolute;
  217.     top:                    0px;
  218.     height:                16px;
  219. }
  220.  
  221. .cssDateSeparator
  222. {
  223.     border:            0px;
  224.     position:        absolute;
  225.     top:                0px;
  226.     width:            5px;
  227.     height:            16px;
  228. }
  229.  
  230. #DateBtn
  231. {
  232.     position:    absolute;
  233.     left:            123px;
  234.     top:            53px;
  235.  
  236.     cursor:        default;
  237.  
  238.     border-top:            1px solid #505050;
  239.     border-bottom:        1px solid #C6C6C6;
  240. }
  241.  
  242. #StartTimeFieldLabel
  243. {
  244.     position:    absolute;
  245.     top:            87px;
  246.     left:            11px;
  247. }
  248.  
  249. #StartTime
  250. {
  251.     position:    absolute;
  252.     left:            47px;
  253.     top:            85px;
  254.     width:        94px;
  255. }
  256.  
  257. #DurationFieldLabel
  258. {
  259.     position:    absolute;
  260.     left:            148px;
  261.     top:            87px;
  262. }
  263.  
  264. #Duration
  265. {
  266.     position:    absolute;
  267.     top:            85px;
  268.     left:            173px;
  269.     width:        75px;
  270. }
  271.  
  272. #EventType
  273. {
  274.     left:                        47px; 
  275.     position:                absolute; 
  276.     top:                        146px; 
  277.     width:                    117px;
  278.     height:                    20px;
  279.    padding-left:            4px;
  280.    border-left-color:    2px black solid;
  281.    border-top-color:        2px black solid;
  282.    border-left-right:    1px black solid;
  283.    border-top-bottom:    1px black solid;
  284.     background-color:        #FFFFFF;
  285.     font-size:                12px;
  286.     font-weight:            normal;
  287.     font-family:            "Tahoma", "Arial";
  288.    vertical-align:        text-top;
  289. }
  290.  
  291. #btnETChooser
  292. {
  293.     left:                    146px; 
  294.     position:            absolute; 
  295.     top:                    146px;
  296.    height:                18;
  297.     background-color:    #FFFFFF;
  298.    vertical-align:    top;
  299.  
  300.     cursor:    default;
  301. }
  302.  
  303. #EventTypeLabel
  304. {
  305.     position:    absolute;
  306.     top:            148px;
  307.     left:            11px; 
  308. }
  309.  
  310. .cssETList
  311. {
  312.     position:            absolute; 
  313.     left:                    48px; 
  314.     top:                    -17px; 
  315.     height:                163px;
  316.     width:                116px;
  317.     z-index:                1000;
  318.     overflow-y:         auto;
  319.    border:             1px solid black;
  320.     background-color:    #FFFFFF;
  321.    visibility:         hidden;
  322. }
  323.  
  324. .cssETTable
  325. {
  326.     height:                10px;
  327.     border:                0;
  328.     background-color:    #FFFFFF;
  329. }
  330.  
  331. .cssETRow
  332. {
  333.     height:    18px;
  334. }
  335.  
  336. .cssETCell
  337.     font-size:            12px;
  338.     font-weight:        normal;
  339.     font-family:        "Tahoma", "Arial";
  340.     color:                #000000;
  341.     background-color:    #FFFFFF;
  342. }
  343.  
  344. #RepeatsButton
  345. {
  346.     position:    absolute;
  347.     top:            174px;
  348.     left:            9px;
  349. }
  350.  
  351. #RepeatsText
  352. {
  353.     position:    absolute;
  354.     top:            177px;
  355.     left:            114px;
  356.     height:        28px;
  357.     width:        200px;
  358.  
  359.     color:        #636331;    
  360. }
  361.  
  362. #divTextColor
  363. {
  364.     left:                    272px; 
  365.     position:            absolute; 
  366.     top:                    147px; 
  367.     width:                25px;
  368.     height:                19px;
  369.     background-color:    "black";
  370.  
  371.     border-left:        2px solid #505050;
  372.     border-top:            2px solid #505050;
  373.     border-bottom:        1px solid #C6C6C6;
  374. }
  375.  
  376. #ColorChooserLabel
  377. {
  378.     position:        absolute;
  379.     top:                148px;
  380.     left:                195px;
  381. }
  382.  
  383. #divColorChooser
  384. {
  385.     z-index:                1000;
  386.     position:            absolute; 
  387.     left:                    -45px; 
  388.     top:                    16px; 
  389.     width:                84px;
  390.     height:                68px;
  391.     background-color:    white;
  392.     border:                solid 1px black;
  393.     visibility:            hidden;
  394.     cursor:                default;
  395. }
  396.  
  397. #btnColorChooser
  398. {
  399.     left:                    23px; 
  400.     position:            absolute; 
  401.     top:                    -2px;
  402.  
  403.     cursor:    default;
  404.  
  405.     border-top:            1px solid #505050;
  406.     border-bottom:        1px solid #C6C6C6;
  407. }
  408.  
  409. .cssColorCell
  410. {
  411.     position:            absolute; 
  412.     width:                10px;
  413.     height:                10px;
  414.     border:                "solid 1px #636363";
  415.     cursor:                hand;
  416.  
  417.     font-size:            1px;
  418.     font-weight:        "normal";
  419.     font-family:        "small";
  420. }
  421.  
  422. .DialogLabel
  423. {
  424.     font-weight:    bold;
  425. }
  426.  
  427. .MPBtn
  428. {
  429.     font-size:        12px;
  430.     font-weight:    normal;
  431.     font-family:    "Tahoma", "Arial";
  432.     color:            #000000;
  433.     width      :    40px;
  434.     height     :    20px;
  435. }
  436.  
  437. .TabStyle
  438. {
  439.     background-color:#FFFFF7;
  440.     width:324;
  441.     height:210;
  442.     LEFT:5px;
  443.     POSITION: absolute;
  444.     TOP: 25px;
  445.     border-width        : 1px;
  446.     border-style        : solid;
  447.     border-left-color   : white;
  448.     border-top-color    : white;
  449.     border-right-color  : #7F7F7F;
  450.     border-bottom-color : #7F7F7F;
  451. }
  452.  
  453. .MPDIVStyle
  454. {
  455.     left:                    33px; 
  456.     position:                absolute; 
  457.     top:                        97px; 
  458.     width:                    130px; 
  459.     height:                    125px;
  460.     visibility:            hidden;
  461.     border-width:            3px;
  462.     border-style:            ridge;
  463.     background-color:    white;
  464.     margin-top:            0px;
  465. }
  466.  
  467. .MPFrameStyle
  468. {
  469.     position:                relative; 
  470.     left:                    0px; 
  471.     top:                        0px; 
  472.     width:                    100% ;
  473.     height:                    114px;
  474.     border:                    none;
  475. }
  476.  
  477. .GoToCellStyle
  478. {
  479.     border                : 1px ;
  480.     border-style        : solid;
  481.     border-left-color   : white;
  482.     border-top-color    : #7F7F7F;
  483.     border-right-color  : white;
  484.     border-bottom-color : white;
  485. }
  486.  
  487. #GoToTodayBtn
  488. {
  489.     font-size:    11px;
  490. }
  491.  
  492.  
  493.